home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / StarShipView.BackModule / sym / spaceFuncts.h < prev   
Encoding:
C/C++ Source or Header  |  1995-06-12  |  415 b   |  15 lines

  1. /* ./sym/spaceFuncts.h generated from spaceFuncts.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef SPACEFUNCTS_H
  6. #define SPACEFUNCTS_H
  7.  
  8. extern void loadSpaceProcedures( void );
  9.  
  10. extern void PSscreenBorder(float x, float y, float w, float h, float y2, float linew, float color);
  11.  
  12. extern void PSscreenLights(float xleft, float xright, float y, float r, float g, float b);
  13.  
  14. #endif SPACEFUNCTS_H
  15.